Windows Notepad
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
top
Windows Notepad is a simple text editor for Windows; it creates and edits plain text documents. It was first released in 1983 to commercialize the computer mouse in MS-DOS.
Contents
• History
• Features
• See also
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────
History
In May 1983, at the COMDEX computer expo in Atlanta, Microsoft introduced the Multi-Tool Notepad, a mouse-based text editor Richard Brodie had created as a stripped down version of Multi-Tool Word. Notepad had the ability to bold, underline or italicise text removed. All these programs were to support the release of the $195 Microsoft Mouse, with the mouse coming with Notepad or Word, sometimes both, depending on the date.cite-ref-3[3]cite-ref-4[4]cite-ref-5[5] Most visitors had never heard of a computer mouse before.cite-ref-wallace-6-0[6] The mouse began shipping in July.cite-ref-7[7] Initial sales were modest because it had no use other than running the programs included in the box (a tutorial, a Doodle drawing app, a musical piano app, Multi-Tool Notepad and/or Multi-tool Word.)cite-ref-manes-8-0[8]
The Multi-Tool product line began with expert systems for the Multiplan spreadsheet.cite-ref-9[9]cite-ref-10[10] On the suggestion of Rowland Hanson, Microsoft dropped the Multi-Tool brand name. Hanson's rationale was that "the brand is the hero" and people wouldn't automatically associate "Multi-Tool" with Microsoft. As a result, the Multi-Tool Notepad and the Multi-Tool Word became Windows Notepad and Microsoft Word, respectively. (Hanson also convinced Bill Gates to rename "Interface Manager" to "Windows" before the release of Windows 1.0.)cite-ref-wallace-6-1[6]cite-ref-manes-8-1[8]
Since then, Notepad has been part of Microsoft Windows.
Change in development model
Since the introduction of Microsoft Store in 2012, Microsoft has converted some of the built-in Windows apps into Microsoft Store apps (e.g., Sticky Notes), so that they could be updated independent of Windows releases. Within three years, Notepad has appeared on Microsoft Store thrice. The first time was in August 2019; it vanished shortly thereafter.cite-ref-wyci-lik-wilson-2020-11-0[11] This version required Windows 10 preview build 18963.cite-ref-zdnetmsstore20-12-0[12] During this short-lived presence on the Store, technology news blogs speculated that Microsoft intended to de-couple Notepad's life-cycle from that of Windows 10 and update it more frequently through Microsoft Store.cite-ref-zdnetmsstore20-12-1[12]cite-ref-13[13] Notepad appeared on Microsoft Store for a second time in April 2020, this time, sporting a new logo. It runs on the preview versions of Windows 10, build number 19541 or later.cite-ref-wyci-lik-wilson-2020-11-1[11]cite-ref-14[14]
On 16 February 2022, Microsoft started rolling out a new and redesigned version of Notepad to all Windows 11 users. This version had Dark Mode added and a new Find and Replace flyout with the same functionality. Notepad is now available in the Microsoft Store in both Windows 10 and 11.
The new features are available to Windows Insider members in the Canary and Dev Channels and will be available to all Windows 11 users at a later time.
Features
Notepad is a text editor, i.e., an app specialized in editing plain text. It can edit text files (bearing the ".txt" filename extension) and compatible formats, such as batch files, INI files, and log files.
Notepad offers only the most basic text manipulation functions, such as finding and replacing text. Until Windows ME, there were almost no keyboard shortcuts and no line-counting feature. Starting with Windows 2000, shortcuts for common commands like "New", "Open", and "Save" were added, as well as a status bar with a line counter (available only when word-wrap is disabled). Before Windows 10 version 1809, Notepad could not properly interpret either Unix-style or Mac-style newline characters.cite-ref-18[18] Windows 10 version 1809 also introduced the Ctrl+← Backspace keyboard shortcut (deletes the previous word), zoom functionality, the ability to zoom in and out, and the "Search with Bing" function.cite-ref-19[19]cite-ref-20[20]
Improving performance has been the main focus of Notepad's development. As part of this effort, Notepad is capable of reading text files even when other apps have acquired a range-based lock on the file.cite-ref-21[21]
On Windows 95 and earlier, Notepad renders text files in the Fixedsys font. Starting with Windows NT 4.0 and Windows 98, it allows users to choose their own font to display the text. They cannot, however, select individual parts of the text and change their fonts.cite-ref-22[22]cite-ref-23[23] Its default font changed to Lucida Console on Windows 2000, and Consolas on Windows 8.
Notepad can print files. It allows customizing headers, footers, and margins before printing. The date, file name, and other information can be placed in the headers and footers with various codes consisting of an ampersand ('&') followed by a letter.cite-ref-24[24]
Encoding support
Notepad supports the following character encodings:
• "ANSI" (the locale-dependent codepage)
• Unicode, encoded as:
• UCS-2 (Windows NT 3.5 to 2000)
• UTF-16 (Windows 2000 or later), both little- and big-endian
• UTF-8 (Windows 2000 or later)
• Before Windows 10, Notepad always inserted a byte order mark character at the start of the file. Since Windows 10, the BOM has been optional.
Starting with Windows 10 1809 Insider build, it supports Unix-style (LF) and Classic Mac OS -style (CR) line endings, along with the native DOS/Windows CRLF style. Before this, only CRLF line endings were recognized.cite-ref-29[29]
Opening and editing in left-to-right and right-to-left based languages are done via RichEdit controls and input method editors, available in versions for Windows XP or later.
Limitations
Notepad used a built-in window class named EDIT. The maximum file size Notepad can open depends on operating system limitations on the size of the EDIT window class, with a different limit in each version of Windows. Because of this limitation, on Windows 3.0, Windows 3.1, and Windows 3.11, Notepad could not open files larger than 54 KB. (Microsoft recommended using another text editor for opening files larger than 45 KB.)cite-ref-30[30] This limit was extended to 64 KB in Windows 95, with users now directed to WordPad for larger files. On Windows XP, Notepad was limited to 32 MB and declined to open bigger files.cite-ref-31[31] On Windows 11, Notepad uses the RichEdit control.cite-ref-32[32] The size limit was raised to about 1 GB, and attempting to open any file larger than that shows a dialog box suggesting that the user open it with a different text editor.cite-ref-33[33]
Unicode detection
On the Windows NT family of operating systems (including Windows 2000 and Windows XP), Notepad can detect Unicode files even when they lack a byte order mark. To do this, it calls the IsTextUnicode() function of the Windows API.cite-ref-34[34] Until Windows Vista, this function was imperfect, incorrectly identifying some all-lowercase ASCII text as UTF-16. As a result, Notepad interpreted a file containing a phrase like "aaaa aaa aaa aaaaa" ("4-3-3-5") as a two-byte-encoded Unicode text file. If a font with support for Chinese was installed, nine Chinese characters (桴獩愠灰挠湡戠敲歡) would display. Otherwise, it would display square substitute characters instead of Chinese characters. This issue was resolved on Windows Vista and newer.cite-ref-35[35]cite-ref-36[36]
Competing software
Notepad lacks many basic features available in other text editors, such as block selection and MDI. There are many third-party replacements for Notepad with additional functionality, such as AkelPad, Metapad, Notepad++, Notepad2, and TED Notepad, which include features such as, but not limited to:
• undo history
• macros
• manual code page selection
• themes
• sorting
• case changes
• external change detection
• matching braces
• visible line-endings and visible line-wrap indication
• line numbering, splitting and joining
• automatic indentation
• mass-editing of lines
• blank line removal
• hard alignment (using whitespace characters)
• whitespace stripping
• running in portable mode
See also
References
cite-note-11. "Windows Notepad". Microsoft Apps. Retrieved 2025-06-29.
cite-note-22. "KB5061087 (OS Build 19045.6036)". Microsoft Support. Retrieved 2025-06-29.
cite-note-wyci-lik-wilson-2020-1111. ↑ citerefwyci-lik-wilson2020Wyciślik-Wilson, Sofia (2020-04-19). "Windows Notepad returns to the Microsoft Store with new features". BetaNews. Retrieved 2021-02-09. This is not the first time the app has appeared in the Microsoft Store. Originally announced in August last year, Notepad appeared for a while before vanishing.
cite-note-zdnetmsstore20-1212. ↑ citereffoley2019Foley, Mary Jo (August 17, 2019). "Microsoft makes Notepad a separate Store app starting with new Windows 10 20H1 test build". ZDNet.
cite-note-1313. ↑ citerefparmar2019Parmar, Mayank (August 19, 2019). "Windows 10 Notepad Added to Microsoft Store, Only for Insiders". Bleeping Computer. Retrieved August 29, 2019.
cite-note-1414. ↑ citerefpopa2020Popa, Bogdan (16 March 2020). "This Is the New Notepad Icon for Windows 10". Softpedia. Retrieved 2021-02-09.
cite-note-1616. ↑ citerefabrams2024Abrams, Lawrence (March 21, 2024). "Windows 11 Notepad finally gets spellcheck and autocorrect". Bleeping Computer. Retrieved March 24, 2024.
cite-note-1919. ↑ citerefhuculak2018Huculak, Mauro (5 October 2018). "Check out all the changes in Notepad in the October 2018 Update". Windows Central.
cite-note-2020. ↑ "New features in Notepad in Windows 10". The Windows Club. 9 October 2018.
cite-note-2121. ↑ citerefchen2018Chen, Raymond (21 May 2018). "Maintaining Notepad is not a full-time job, but it's not an empty job either". The Old New Thing. Microsoft. Retrieved 21 June 2021. To load a file, Notepad maps a view of the file as a memory-mapped file and uses that as the source. The code figures out the encoding, performs a code page conversion to UTF-16LE if necessary, puts the result in a memory block, and then uses the EM_SETHANDLE message to hand that entire block to the edit control.
cite-note-2424. ↑ citerefgralla2005Gralla, Preston (2005). Windows XP Power Hound: Teach Yourself New Tricks. Pogue Press. pp. 94–95. ISBN 0-596-00619-5. Retrieved 2022-03-08.
cite-note-2525. ↑ ""The Clipboard". Archived from the original on 2009-02-26. Retrieved September 29, 2009.
cite-note-2828. ↑ citerefendicott2025Endicott, Sean (3 July 2025). "You can now make text bold or italic in Notepad — hell has frozen over". Windows Central.
cite-note-3131. ↑ "What is file size limit for Notepad in Windows XP". Bytes. October 24, 2007. Archived from the original on 2016-10-29. Retrieved 2016-10-28.
cite-note-3232. ↑ "Windows 11 Notepad". Math in Office. 2022-02-23. Retrieved 2022-03-30.
cite-note-3636. ↑ citerefkaplan2008Kaplan, Michael S. (March 25, 2008). "Bush might've still hid the facts, but he can't hide them from Vista SP1/Server 2008 Notepad". Retrieved 13 April 2017.
External links
• Official website
• Notepad FAQ in Windows Vista documentation at Microsoft.com – Archived October 13, 2009, at the Wayback Machine